home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 27 (1992-03)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip / MegaDisc 27 (1992-03)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf / Programming / DataMaker / DM_doc / DM_doc
Text File  |  1992-03-30  |  1KB  |  39 lines

  1.  
  2.  
  3.                  ----------------------------------------
  4.                  DataMaker - A program to write a program
  5.                  ----------------------------------------
  6.  
  7.  
  8.    Just to show that I can do something in BASIC!
  9.  
  10.    This type of program has fascinated me for ages.  It is really only a
  11.   translator converting a chunk of something from disk into DATA statements.
  12.   This program goes a little bit further in that it also includes check sums
  13.   at the end of each line and also writes the loader for you so there is
  14.   nothing extra required unless you're fussy!
  15.  
  16.    The file Icon.bas is an example DataMaker's output.  Use AmigaBasic to
  17.   execute it.  Click in the input/output window when you are prompted for the
  18.   output filename.  As it is an icon remember to tack '.info' on the end.
  19.   Voila, you have a drawer icon!  You still have to use the CLI to make a
  20.   directory for it (makedir filename).
  21.  
  22.    One interesting thing here - by default AmigaBasic makes icons for its
  23.   files.  You will have an icon named filename.info (actually
  24.   filename.info.info).  Simply delete it using the Workbench in the normal
  25.   way.
  26.  
  27.    This particular version of DataMaker is compiled with HiSoft Basic, but it
  28.   works just as well from the interpreter.
  29.  
  30. David M. Balean
  31. 44, Wyong Road
  32. Killarney Vale
  33. 2261
  34.  
  35.  
  36.    (( 27 )) (( 27 )) (( 27 )) (( 27 )) (( 27 )) (( 27 )) (( 27 )) (( 27 ))
  37.  
  38.  
  39.